home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / misc / removefromreset.sty < prev    next >
Text File  |  1993-01-11  |  360b  |  8 lines

  1. \def\@removefromreset#1#2{\let\@tempb\@elt
  2.    \def\@tempa#1{@}\expandafter\let\csname @*#1*\endcsname\@tempa
  3.    \def\@elt##1{\expandafter\ifx\csname @*##1*\endcsname\@tempa\else
  4.          \noexpand\@elt{##1}\fi}%
  5.    \expandafter\edef\csname cl@#2\endcsname{\csname cl@#2\endcsname}%
  6.    \let\@elt\@tempb
  7.    \expandafter\let\csname @*#1*\endcsname\@undefined}
  8.